projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef362e
)
gtkeditable.c: Remove unused variable in example code
author
Alexander Saprykin
<xelfium@gmail.com>
Sat, 14 May 2011 09:34:01 +0000
(13:34 +0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 1 Jun 2011 00:09:58 +0000
(20:09 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=650167
gtk/gtkeditable.c
patch
|
blob
|
history
diff --git
a/gtk/gtkeditable.c
b/gtk/gtkeditable.c
index f9be37ee256ae95c8ff12a6620b54fecb345aa12..59500d33c3ac3dc608be766023909b8a4e2dd0b6 100644
(file)
--- a/
gtk/gtkeditable.c
+++ b/
gtk/gtkeditable.c
@@
-51,7
+51,6
@@
* gint *position,
* gpointer data)
* {
- * int i;
* gchar *result = g_utf8_strup (text, length);
*
* g_signal_handlers_block_by_func (editable,